home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / SPREOTUS / SPEDCORS.LZH / L53 < prev    next >
Text File  |  1992-06-06  |  6KB  |  199 lines

  1. L53             ╔══════════════════════════════════╗
  2.                 ║ INTRODUCTION TO KEYBOARD MACROS  ║
  3.                 ╚══════════════════════════════════╝
  4.                    Macros Are Great Time Savers
  5.  
  6.         Wouldn't it be nice if you could replace the 5 keystrokes
  7.         that it takes to change the width of a column with one keystroke.
  8.         It would be the same as having 5 pennies and replacing them
  9.         with a nickel.
  10.  
  11. √√√     A MACRO IS LIKE A NICKEL
  12.         It can replace 5 keystrokes with one keystroke.
  13.         A Macro is a collection of commands that is assigned to a key.
  14.         When that key is pressed the commands are automatically
  15.         executed, one at a time, until all commands are processed.
  16.  
  17.   √√√   WE USE MACROS EVERY DAY
  18.         Macros are great time savers. For example, you want
  19.         to make a long distance call to New York (1-212-567 7890).
  20.         You dial one number and you get your party. This is an
  21.         example of  a Macro. You dial one number, it in turn automatically
  22.         dials 11 numbers. The Phone people call this Speed dialing.
  23.  
  24.         Macro is Speed dialing, where you use one or two keystroke, to
  25.         replace having to enter a number of different commands.
  26.  
  27.  
  28.   √√√   LOTUS HAS ITS OWN MACRO LANGUAGE
  29.         Lotus uses a special language for Macros.
  30.         Here are a few that you will be using to create Macros.
  31.  
  32.         The Tilde symbol (~)       (Pronounced Til da).
  33.         The Tilde symbol is located on the first key on the
  34.         first row of the keyboard.
  35.         This symbol is used in Macro formulas to indicate
  36.         the <Enter> key. This gives the Macro an automatic
  37.         carriage return, the same as pressing the <Enter> key.
  38.  
  39.   √√√   THE "ALT" KEY IS CALLED THE MACRO KEY
  40.         It can be used in combination with the 26 letters of the alphabet.
  41.  
  42.   √√√   WHEN WRITING A MACRO
  43.         Always start with  ('/)  (Apostrophe and forward slash).
  44.         And end with (~)    (Tilde symbol).
  45.         Next is an example using R (Range) and E (Erase).
  46.  
  47.   √√√   MACRO FORMULA FOR ERASING A CELL
  48.         '/RE~    (~ this is the Tilde symbol).
  49.         (This reads as...Apostrophe, Forward Slash, R E and Tilde).
  50.  
  51.   √√√  TO CREATE A MACRO FOR ERASING A CELL
  52.        Move cursor to Cell A1 for practice.
  53.        Type '/RE~  Press <Enter> key.
  54.  
  55.         The apostrophe (') does not appear in the cell
  56.         because it is a label prefix character.
  57.  
  58.   √√√  TO NAME THE MACRO
  59.        Press (/) R N C (Range, Name. Create) press <Enter> key.
  60.        Enter name as  \E   Press <Enter> key.
  61.        For "Enter Range" type  A1..A1.  Press <Enter> key.
  62.  
  63.                                 - 27 -
  64.  
  65.  
  66.  
  67.  
  68.  
  69.   √√√  ERASING A CELL WITH THE ALT-E MACRO
  70.        Move cursor to C1.
  71.        Type your name.  Press <Enter> key.
  72.        Press and hold down the Alt key.
  73.        Press E key.    Contents (Label) in Cell C1 is erased.
  74.  
  75.   √√√  MACRO FOR CURRENCY AND TWO DECIMAL PLACES
  76.        Macro formula  '/RFC2~
  77.           (apostrophe, forward slash, Range, Format,
  78.             Column, Two decimal places, and ~ (press <Enter> key).
  79.  
  80.   √√√  TO CREATE MACRO
  81.        Move cursor to Cell C1 for practice.
  82.        Type '/RFC2~   Press <Enter> key.
  83.  
  84.  
  85.   √√√ TO NAME MACRO
  86.       Press (/) R N C  (Range, Name, Create)   
  87.       Enter name  \C   Press <Enter> key.
  88.       For Enter Range (C1..C1)  Press <Enter> key.
  89.  
  90.   √√√ HOW TO USE
  91.       Move cursor to Cell D1, and type some numbers, like 34.6.
  92.       Press and hold down the Alt key and press the C key.
  93.       Release both keys.
  94.       Screen says Enter range to format: D1..D1
  95.       Since you have only one cell D1,  press <Enter> key.
  96.       Numbers will have 2 decimal places and ($) sign. 
  97.  
  98.  
  99.   √√√ HOW TO SAVE YOUR MACROS
  100.       Press (/) F S
  101.       File to save.
  102.       Type name of Macro (RFC2)
  103.       Press <Enter> key.
  104.  
  105.  
  106.   √√√   A MACRO FOR SAVING FILES
  107.         You can create a Macro that will automatically
  108.         do the above steps for you. Here's how the Macro is written.
  109.  
  110.         To Start Macro:
  111.         Move cursor to Cell A2.
  112.         Type  '/ F S
  113.  
  114.   √√√   TO NAME MACRO
  115.         For name type   '/ R N C
  116.         Press <Enter> key.
  117.         Type in name of Macro  \S
  118.         Upper right of screen shows
  119.         Enter range. You press <Enter> key.
  120.  
  121.   √√√   HOW TO USE THE MACRO "Save Files"
  122.         Press and hold down the <Alt> key.
  123.         Now press the S key. Release both keys.
  124.         If this is an old file,
  125.         Press <Enter> key, then R for replace.
  126.         If you have a new file,
  127.         Type in new name.   Press <Enter> key.
  128.                                 - 28 -
  129.  
  130.  
  131.  
  132.  
  133.  
  134.   √√√ WINDOWS
  135.         Windows allows you to look at two different parts of a
  136.         worksheet at the same time. This is good way to make comparison
  137.         from say one month to another. Or for any comparison of set of data
  138.         to another.
  139.  
  140.         The Formula goes like this:
  141.         Move the cursor down about 10 rows.
  142.         Your screen will have a second heading at line 10.
  143.         You can move the cursor in any direction.
  144.         When you move cursor down it will continue to change rows while
  145.         the lower half of the window remains stationary.
  146.  
  147.         To cross over to the other window Press the F6 function key
  148.         Now if you move the cursor upward it will change cells while the
  149.         upper window remains stationary.
  150.  
  151.   √√√   TO RETURN TO ONE WORKSHEET
  152.         Use W W C  (C for clear).
  153.         In the horizontal mode both windows move at the same time.
  154.  
  155.   √√√   TO UNSYNC USE  W W Unsync.
  156.  
  157.                         *** END OF CHAPTER ***
  158.  
  159.                    Press <Esc> key to return to Menu.
  160.  
  161.                  Select Pie Graph And Press <Enter> key.
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.                                 - 29 -
  194.  
  195.  
  196.  
  197.  
  198.  
  199.